home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1993
/
Internet Info CD-ROM (Walnut Creek) (1993).iso
/
networking
/
ip
/
ka9q
/
osrc.arc
/
AX25TNC.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-03-18
|
224 b
|
16 lines
#ifndef NULLTNC
struct ax25tnc {
struct proc *input;
struct proc *output;
struct proc *upload;
struct session *session;
};
#define NULLTNC ((struct ax25tnc *)0)
void ax_upload();
#endif /* NULLTNC */